 |
API Documentation
|
|
|
virtual void setOnlyNumbers(bool value)
virtual void setPlaceHolder(const nkMemory::StringView &text)
void setKeySpecializedCallback(editBoxKeyCallback value)
Base class for any graphical component.
Definition: Component.h:12
virtual void importClassFromTree(nkExport::Node *rootNode) override
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
A graphical single line edit box.
Definition: EditBox.h:12
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
std::function< bool(EditBox *caller, const KeyEventData &key)> editBoxKeyCallback
Used by a nkWinUi::EditBox to signal a key has been pressed inside.
Definition: CallbackRepository.h:118
editBoxKeyCallback getKeySpecializedCallback() const
virtual void exportIntrospection(nkExport::Node *rootNode) override
virtual void setCaretPosition(unsigned int letterIndex)=0